[tado] Add tadoApiUrl configuration parameter#19596
Merged
lsiepel merged 4 commits intoopenhab:mainfrom Oct 31, 2025
Merged
Conversation
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
tadoApiUrl configuration parameter
lsiepel
requested changes
Oct 31, 2025
Contributor
lsiepel
left a comment
There was a problem hiding this comment.
These two comments where left from the previous PR
bundles/org.openhab.binding.tado/src/main/resources/OH-INF/i18n/tado.properties
Outdated
Show resolved
Hide resolved
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
lsiepel
approved these changes
Oct 31, 2025
Contributor
|
@ErikDB87 I see that this PR was merged. But could you please kindly edit the text in the first post of this thread to remove the story about your struggles (which you eventually overcame) and instead simply explain the changes that you actually made. (It helps to keep the record straight for posterity). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
There's a possible by-pass for tado's API limit, as discussed here: https://community.openhab.org/t/tado-api-limits/166127/32. The by-pass is a docker container running chromium, which (hopefully) generates the same token as we humans would when logging in to tado's web app. More about that docker container here: https://github.com/s1adem4n/tado-api-proxy.
For it to work, API calls must be done to another URL than https://my.tado.com. This PR creates the possibility to enter a custom URL.
For full disclosure: see #19588 for a previous version of this PR.